GoXam for WPF v3
DeleteNode Method (GraphModel<NodeType,NodeKey>)
Northwoods.GoXam.Model Namespace > GraphModel<NodeType,NodeKey> Class : DeleteNode Method
This method actually implements the removal of a node data from the NodesSource collection.
Syntax
protected virtual void DeleteNode( 
   NodeType nodedata
)

Parameters

nodedata
Remarks
This method can be overridden in case the NodesSource sequence is not an System.Collections.IList or an IList.
See Also

Reference

GraphModel<NodeType,NodeKey> Class
GraphModel<NodeType,NodeKey> Members